675A - Infinite Sequence - CodeForces Solution


math *1100

Please click on ads to support us..

C++ Code:

#include<bits/stdc++.h>
using namespace std;
signed main()
{
 int a=0,b=0,c=0;
 cin>>a>>b>>c;
 if(c==0&&a==b||(c!=0&&(b-a)%c==0&&(b-a)/c>=0))
 cout<<"YES";
 else
 cout<<"NO";
}


Comments

Submit
0 Comments
More Questions

991B - Getting an A
246A - Buggy Sorting
884A - Book Reading
1180A - Alex and a Rhombus
445A - DZY Loves Chessboard
1372A - Omkar and Completion
159D - Palindrome pairs
981B - Businessmen Problems
1668A - Direction Change
1667B - Optimal Partition
1668B - Social Distance
88B - Keyboard
580B - Kefa and Company
960A - Check the string
1220A - Cards
897A - Scarborough Fair
1433B - Yet Another Bookshelf
1283B - Candies Division
1451B - Non-Substring Subsequence
1408B - Arrays Sum
1430A - Number of Apartments
1475A - Odd Divisor
1454B - Unique Bid Auction
978C - Letters
501B - Misha and Changing Handles
1496A - Split it
1666L - Labyrinth
1294B - Collecting Packages
1642B - Power Walking
1424M - Ancient Language